Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

origami-ci-tools

Package Overview
Dependencies
Maintainers
2
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

origami-ci-tools

Commands to help with Continuous Integration of Origami components

  • 1.3.12
  • Source
  • npm
  • Socket score

Version published
Maintainers
2
Created
Source

origami-ci-tools

Continuous Integration tools for Origami components

Origami CI Tools is a wrapper around the tools used to build and test Origami components, to make it easier to keep the steps up to date across components.

It will help you run the component's tests, and publish the component to npm.

Usage

Install it as a devDependency in your component, and use it in circle-ci!

$ npm install -D origami-ci-tools
jobs:
  test:
    docker:
      - image: circleci/node:10-browsers
    steps:
      - checkout
      - npx origami-ci branch
  publish_to_npm:
    docker:
      - image: circleci/node:10
    steps:
      - checkout
      - npx origami-ci release

Environment Variables

origami-ci expects the following Environment Variables to be set:

namedescriptionexample
ORIGAMI_CI_NAMEThe project name (used when generating a package.json)o-colors
CIRCLE_PROJECT_REPONAMECircleCI-specific alternative to ORIGAMI_CI_NAME. Set automatically by CircleCIo-colors
ORIGAMI_CI_VERSIONthe version of the project being built1.0.0
CIRCLE_TAGCircleCI-specific alternative to ORIGAMI_CI_VERSION. Set automatically by CircleCIv1.0.0
ORIGAMI_PULL_REQUESTthe url of a pull request for the build, if anyhttps://github.com/Financial-Times/o-test-component/pull/1
CIRCLE_PULL_REQUESTCircleCI-specific alternative to ORIGAMI_PULL_REQUEST. Set automatically by CircleCIhttps://github.com/Financial-Times/o-test-component/pull/1
NPM_TOKEN OR NPM_AUTH_TOKENThe auth token used to publish npm packages 09448d16328f2c7...
GITHUB_TOKENThe auth token used to comment on Github pull requestsr0wANL3eJ4keacHee1234o==

Keywords

FAQs

Package last updated on 22 Apr 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc